This driver is built on Ubuntu 18.04 kernel 4.15.0-66-generic X64

This driver is bulit based on V4L2, you can reference "Video for Linux Two API Specification" to control our device.

The module dependency of our driver, you can reference Chapter 2 in "Linux Software Programming Guide(SC330).pdf".

If you have error message when loading the module(dmesg see information), you may lack some dependent modules, please reference Chapter 2 of our document.

If you still have any questions, please dump the error message(use dmesg) for us.

####################
Module Installation#
####################
Step1. Copy LXV4L2D_MZ0380.ko to your module directory.

cp LXV4L2D_MZ0380.ko /lib/modules/`uname -r`/

Step2. Add LXV4L2D_MZ0380.ko to modules.dep.

depmod -a

Step3. Load LXV4L2D_MZ0380.ko module.

modprobe LXV4L2D_MZ0380


If invalid module format error occurs, try to use Vf parameter.

modprobe -f LXV4L2D_MZ0380


######################
Module Uninstallation#
######################

modprobe -r LXV4L2D_MZ0380




